home *** CD-ROM | disk | FTP | other *** search
- /*
- * Constants for properties of the talking clock application
- */
-
- #ifndef TalkConstants_h
- # define TalkConstants_h
-
- #define kAETalkingClockSuite 0x4F27436C /* 'O\'Cl' isn't liked by Rez */
- #define kAESayTime 'SayT'
- #define kAESayDate 'SayD'
-
- #define pTurnover 'Turn'
- #define pOptionKeyTalk 'OKtk'
- #define pControlKeyTalk 'CNtk'
- #define pCommandKeyTalk 'MEtk'
- #define pShiftKeyTalk 'SHtk'
- #define pCapsLockKeyTalk 'CAtk'
- #define pFiveMinuteTalk 'FItk'
-
- #endif
-